|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython2._object .
Public 成员函数 | |
| def | PreflightReportSettingData () |
| 构造函数。 更多... | |
静态 Public 属性 | |
| e_ProblemsHighlightMethodLayers = _fsdk.PreflightReportSettingData_e_ProblemsHighlightMethodLayers | |
| 通过图层高亮显示问题。 | |
| e_ProblemsHighlightMethodTransparentMasks = _fsdk.PreflightReportSettingData_e_ProblemsHighlightMethodTransparentMasks | |
| 通过透明遮罩高亮显示问题。 | |
| e_ReportFileFormatTypeHtml = _fsdk.PreflightReportSettingData_e_ReportFileFormatTypeHtml | |
| 报告文件格式类型:HTML。 | |
| e_ReportFileFormatTypePdf = _fsdk.PreflightReportSettingData_e_ReportFileFormatTypePdf | |
| 报告文件格式类型:PDF。 | |
| e_ReportFileFormatTypeTxt = _fsdk.PreflightReportSettingData_e_ReportFileFormatTypeTxt | |
| 报告文件格式类型:TXT 和 TEXT。 | |
| e_ReportFileFormatTypeXml = _fsdk.PreflightReportSettingData_e_ReportFileFormatTypeXml | |
| 报告文件格式类型:XML。 | |
| problems_highlight_method = _fsdk.PreflightReportSettingData_problems_highlight_method | |
| 高亮显示问题的方法。仅当to_highlight_problems为true且report_file_format_type 为FoxitPDFSDKPython2.PreflightReportSettingData.e_ReportFileFormatTypePdf 时有效。 请参考从FoxitPDFSDKPython2.PreflightReportSettingData.e_ProblemsHighlightMethodTransparentMasks 开始的值, 这应该是这些值之一。 | |
| report_file_format_type = _fsdk.PreflightReportSettingData_report_file_format_type | |
| 报告文件格式类型。 请参考从FoxitPDFSDKPython2.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。 | |
| report_file_path = _fsdk.PreflightReportSettingData_report_file_path | |
| 报告文件的完整路径。这不应该是空字符串。 | |
| to_generate_overview = _fsdk.PreflightReportSettingData_to_generate_overview | |
| 是否生成概述。true表示生成概述,false表示不生成。 | |
| to_highlight_problems = _fsdk.PreflightReportSettingData_to_highlight_problems | |
| 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 | |
此类表示用于生成预检报告文件的设置数据。
| def FoxitPDFSDKPython2.PreflightReportSettingData.PreflightReportSettingData | ( | ) |
构造函数。
带参数的构造函数。
| [in] | report_file_format_type | 报告文件格式类型。 请参考从FoxitPDFSDKPython2.PreflightReportSettingData.e_ReportFileFormatTypePdf 开始的值, 这应该是这些值之一。 |
| [in] | to_generate_overview | 是否生成概述。true表示生成概述,false表示不生成。 |
| [in] | to_highlight_problems | 是否高亮显示问题。true表示高亮显示问题,false表示不高亮。 |
| [in] | report_file_path | 报告文件的完整路径。这不应该是空字符串。 |